home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / 2000.dir / 00020.ls < prev    next >
Encoding:
Text File  |  1996-03-20  |  162 b   |  11 lines

  1. on exitFrame
  2.   global oneflag
  3.   if oneflag = 0 then
  4.     go(#next)
  5.     set oneflag to 1
  6.   else
  7.     go(#loop)
  8.     set the timeoutScript to "onescript"
  9.   end if
  10. end
  11.